body{
    height: 100vh
}
.logo img {
    width: 80px;
    height: 40px;
    object-fit: contain;
    margin: 0;
    margin-top: 10px;
margin-bottom: 20px;
}

.left__section__heading {
    color: #25315B;
font-family: Heebo;
font-size: 24px;
font-style: normal;
text-align: center;
font-weight: 400;
line-height: 32px; /* 114.894% */
}
.left__section__heading span {
    color: #25315B;
font-family: Heebo;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.left__section__subheading {
    color: #606979;
font-family: Heebo;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
margin-top: 10px;
}


.right__section{
    border-radius: 40px;
background: rgba(255, 255, 255, 0.70);
backdrop-filter: blur(12px);
display: inline-flex;
/* padding: 158px 112px 158px 113px; */
flex-direction: column;
justify-content: center;
align-items: center;
height: 400px;
padding: 20px;

}
.right__section__heading{
    color: #25315B;
font-family: Heebo;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 192.857% */
}

.email__input {
    border-radius: 4px;
border: 1px solid #D1D5E4;
background: #FFF;
display: flex;
height: 35px;
padding: 16px;
align-items: center;
gap: 10px;
align-self: stretch;
margin-top: 40px;
}
.email__input::placeholder{
    color: #606979;
font-family: Heebo;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}

.signup__btn{
    border-radius: 4px;
padding: 10px 20px;
margin-top: 20px;

}



.signup__term__text{
    margin-top: 20px;
    width: 100%;
    color: #606979;
text-align: center;
font-family: Heebo;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 161.538% */
}
.signup__term__text span{
    color: #2574DA;
font-family: Heebo;
text-align: center;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 16px;
text-decoration-line: underline;
}

.signin__text{
    color: #25315B;
font-family: Heebo;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-align: center;
line-height: 54px; /* 337.5% */
}

.signin__text span{
    color: #2574DA;
font-family: Heebo;
font-size: 16px;
font-style: normal;
font-weight: 500;
text-align: center;
line-height: 54px;
cursor: pointer;
}
.main__bg {
    background: linear-gradient(90deg, rgba(68, 255, 154, 0.20) -0.55%, rgba(68, 176, 255, 0.20) 22.86%, rgba(139, 68, 255, 0.20) 48.36%, rgba(255, 102, 68, 0.20) 73.33%, rgba(235, 255, 112, 0.20) 99.34%);
filter: blur(250px);
width: 1100px;
height: 645px;
transform: rotate(32.437deg);
flex-shrink: 0;
}
.ring__bg {
    background: url("../images/rings.svg") no-repeat 80% 150%;

}

@media (min-width: 768px) { 
    .logo img {
        width: 140px;
        height: 60px;
        object-fit: contain;
        margin: 20px 0px 0px 0px;
        margin-top: 20px;
        margin-bottom: 20px;

    }
    .left__section__heading {
        color: #25315B;
    font-family: Heebo;
    font-size: 47px;
    text-align: left;

    font-style: normal;
    font-weight: 400;
    line-height: 54px; /* 114.894% */
    }
    .left__section__heading span {
        color: #25315B;
    font-family: Heebo;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    }
    .left__section__subheading {
        color: #606979;
    font-family: Heebo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    margin-top: 10px;
    }
    .right__section{
        border-radius: 40px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(12px);
    display: inline-flex;
    /* padding: 158px 112px 158px 113px; */
    padding: 79px 66px 79px 66px;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;

    
    }
    .right__section__heading{
        color: #25315B;
    font-family: Heebo;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; /* 192.857% */
    }
    .email__input {
        border-radius: 4px;
    border: 1px solid #D1D5E4;
    background: #FFF;
    display: flex;
    height: 55px;
    padding: 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 400px;
    margin-top: 20px;
    }
    .signup__btn{
        border-radius: 4px;
    padding: 16px 24px;
    margin-top: 20px;
    
    }
    .signup__term__text{
        margin-top: 20px;
        width: 398px;
        color: #606979;
    text-align: center;
    font-family: Heebo;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 161.538% */
    }
    .signup__term__text span{
        color: #2574DA;
    font-family: Heebo;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration-line: underline;
    }
    
}

@media (min-width: 1024px) { 
    .logo img {
        margin: 20px 0px 0px 60px;

    }
    .right__section{
        padding: 79px 66px 79px 66px;

    }
}

